home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / elim44.zip / ELIM.DOC < prev    next >
Text File  |  1992-02-09  |  12KB  |  251 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                E L I M I N A T E
  7.                                -----------------
  8.                                      v4.4
  9.  
  10.         One of the MicroNet Collection of multi-BBS Doorware programs.
  11.            Supporting PCBoard, Wildcat!, Gap, QBBS, RBBS, Spitfire,
  12.               UltraBBS, Telegard, TriTel, Remote Access, and WWIV
  13.  
  14.                                       By
  15.  
  16.                                   Ted Freeman
  17.                                 Rt. 1, Box 869
  18.                               Tazewell, TN 37879
  19.  
  20.                            (c) Copyright 1987 - 1992
  21.                               All Rights Reserved
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.                                CONTENTS
  30.                                ========
  31.                                                                              
  32.       Information:      ~Copyright~
  33.                            ~Warranty~
  34.                               ~Distribution~
  35.                                  ~Registration~
  36.                                                                              
  37.       Door Operation:   ~Configuration Files~
  38.                            ~Batch File~
  39.                               ~Top Ten Bulletin~
  40.                                  ~Sysop Keys~
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.                          ^Configuration Files^
  48.                           -------------------
  49.                                                                              
  50.                                                                              
  51.    Use the left/right arrows keys to select the desired system file
  52.    then press ENTER.
  53.  
  54.  
  55.  
  56.                 ~CALLINFO.BBS~
  57.                    ~CHAIN.TXT~
  58.                       ~DOOR.SYS~
  59.                          ~DORINFOx.DEF~
  60.                             ~PCBOARD.SYS~
  61.                                ~SFDOORS.DAT~
  62.                                   ~USERS.SYS~
  63.                                      ~USERINFO.DAT~
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. #
  71.  
  72. Example configuration file for|PCBOARD.SYS|
  73. ------------------------------------------
  74.                                                                              .
  75. C:\PCB\PCBOARD.SYS  <=-  (Full pathname of your PCBOARD.SYS file)
  76. MicroNet            <=-  (Change this to your BBS name)
  77. Ted                 <=-  (The Sysop's first name)
  78. Freeman             <=-  (The Sysop's last name)
  79.  
  80. Example configuration file for|USERS.SYS|
  81. ------------------------------------------
  82.                                                                              .
  83. C:\PCB\USERS.SYS    <=-  (Full pathname of your USERS.SYS file)
  84. MicroNet            <=-  (Change this to your BBS name)
  85. Ted                 <=-  (The Sysop's first name)
  86. Freeman             <=-  (The Sysop's last name)
  87.  
  88. Example configuration file for|DOOR.SYS|
  89. ---------------------------------------
  90.                                                                              .
  91. C:\BBS\DOOR.SYS     <=-  (Full pathname of your DOOR.SYS file)
  92. MicroNet PCBoard    <=-  (Change this to your BBS name)
  93. Ted                 <=-  (The Sysop's first name)
  94. Freeman             <=-  (The Sysop's last name)
  95.  
  96. Example configuration file for|USERINFO.DAT|
  97. -------------------------------------------
  98.                                                                              .
  99. C:\BBS\USERINFO.DAT <=-  (Full pathname of your USERINFO.DAT file)
  100. MicroNet PCBoard    <=-  (Change this to your BBS name)
  101. Ted                 <=-  (The Sysop's first name)
  102. Freeman             <=-  (The Sysop's last name)
  103. NOTE: DOOR.SYS must be in the SAME directory as USERINFO.DAT
  104.  
  105. Example configuration file for|CALLINFO.BBS|
  106. -------------------------------------------
  107.                                                                              .
  108. C:\BBS\CALLINFO.BBS <=-  (Full pathname of your CALLINFO.BBS file)
  109. MicroNet            <=-  (Change this to your BBS name)
  110. Ted                 <=-  (The Sysop's first name)
  111. Freeman             <=-  (The Sysop's last name)
  112.  
  113. Example configuration file for|DORINFOx.DEF|
  114. -------------------------------------------
  115.                                                                              .
  116. C:\BBS\DORINFOx.DEF <=-  (Full pathname of your DORINFOx.DEF file
  117.                           where 'x' is the BBS Node number.
  118. MicroNet            <=-  (Change this to your BBS name)
  119. Ted                 <=-  (The Sysop's first name)
  120. Freeman             <=-  (The Sysop's last name)
  121.  
  122. Example configuration file for|SFDOORS.DAT|
  123. ------------------------------------------
  124.                                                                              .
  125. C:\BBS\SFDOORS.DAT  <=-  (Full pathname of your SFDOORS.DAT file)
  126. MicroNet            <=-  (Change this to your BBS name)
  127. Ted                 <=-  (The Sysop's first name)
  128. Freeman             <=-  (The Sysop's last name)
  129.  
  130. Example configuration file for|CHAIN.TXT|
  131. ----------------------------------------
  132.                                                                              .
  133. C:\BBS\CHAIN.TXT    <=-  (Full pathname of your CHAIN.TXT file)
  134. MicroNet            <=-  (Change this to your BBS name)
  135. Ted                 <=-  (The Sysop's first name)
  136. Freeman             <=-  (The Sysop's last name)
  137.  
  138. Example|Batch File|
  139. -------------------
  140. A sample  door batch  file is  included in the ZIP file.  On my BBS this
  141. file is called ELIM and does the following:
  142.                                                                              .
  143.    ECHO OFF
  144.    CD\DOORS\ELIM           <=- Switch to my doors Directory.
  145.    ELIM ELIM.CNF           <=- Execute the door program and pass the
  146.                                 configuration filename to the program.
  147.    CD\PCB                  <=- Go back to PCB DIR when user exits door.
  148.    BOARD                   <=- Restart BBS.
  149.                                                                              .
  150. This Door is multi-node  compatible so you may run more than 1 node from
  151. the same .CNF file  provided the path to your  system file (PCBOARD.SYS,
  152. CALLINFO.BBS, etc) is exactly the same.
  153.                                                                              .
  154. The file  BRT71EFR.EXE must be in the  same  directory  as this door or
  155. accessible via the DOS PATH command.
  156.  
  157.  
  158.                           |Top Ten Bulletin|
  159.                            ----------------
  160.                                                                              .
  161. The first time you run  Eliminate online it  will create 3  files called
  162. ELIM.BUL,  ELIM.BLT and  ELIMG.BLT.  If you wish to  change the  path or
  163. filename of the Bulletin you must edit  ELIM.BUL & change the first line
  164. to whatever path/filename you desire.
  165.  
  166.  
  167.                              |Sysop Keys|
  168.                               ----------
  169.                                                                              .
  170. F3    -  Toggles the printer On/Off. Value is passed to PCBoard and/or
  171.          written to DOOR.SYS and USERS.SYS
  172. F4    -  Toggles the Page Bell on/off. Value is passed to PCBoard
  173.          and/or written to DOOR.SYS and USERS.SYS
  174. F5    -  DOS Shell. Allows SysOp to exit to DOS from inside a DOOR.
  175. F7    -  Toggles the Caller Alarm On/Off. Value is passed to PCBoard
  176.          and/or written to DOOR.SYS and USERS.SYS
  177. F8    -  Returns the caller involuntarily to the BBS.
  178. F9    -  Toggles the local display On/Off. Value is passed to PCBoard
  179.          and/or written to DOOR.SYS and USERS.SYS
  180. F10   -  Activates SysOp CHAT mode within the DOOR.
  181. ESC   -  Deactivates CHAT mode.  DOOR is resumed.
  182. UP    -  Give the caller extra time while in the DOOR.  
  183. DN    -  Subtract time from the caller while in the DOOR. 
  184. HOME  -  HELP key for Status Line options.
  185. ALT-N -  SysOp next on toggle. Value is passed to PCBoard.
  186.          Not available on non-PCBoard systems.
  187. ALT-X -  PCBoard will exit after current caller logs off. Value is
  188.          passed to PCBoard. Not available on non-PCBoard systems.
  189.  
  190.                             |Distribution|
  191.                              ------------
  192.                                                                              .
  193. This program is being distributed via the SHAREWARE concept and as such,
  194. may be copied freely with the following restrictions:
  195.                                                                              .
  196.         * The program must be supplied in it's original unmodified
  197.           form, including documentation.
  198.                                                                              .
  199.         * This program may not be distributed as part of any commercial
  200.           application or service without the express, written consent
  201.           of the author.
  202.                                                                              .
  203.         * Vendors of Shareware/Public Domain software may not
  204.           distribute this program without the express, written
  205.           consent of the author, unless Vendor has been approved
  206.           by the Association of Shareware Professionals (ASP).
  207.  
  208.  
  209.                             |Registration|
  210.                              ------------
  211.                                                                              .
  212. This door represents  many hours of  programming and the author deserves
  213. just compensation for his time, efforts and expertise.  If you find this
  214. program to be of some  value and you  continue to use it on your system,
  215. you must return the order form provided along with the registration fee.
  216. Registration  entitles you to  free upgrades via  modem from  MicroNet's
  217. Support Conference.  Payments should be  made in the  form of a check or
  218. money order. Foreign orders  must be in U.S. funds drawn on a U.S. bank. 
  219.                                                                              .
  220.     Online registration with Visa or Mastercard is available via our
  221.     Credit Card Door on the following systems:
  222.                                                                              .
  223.       MicroNet: (615) 626-1620 ULTRA   Livewire: (609) 235-5297 MNP5
  224.         (TN)                             (NJ)    (609) 866-2551 HST DS
  225.                                                  (609) 727-3246 MNP5
  226.                                                                              .
  227. NOTE: If you register online, your registration number will be posted in
  228.       a private message on the system you registered with. If you register
  229.       by mail, your registration number will be posted on MicroNet.
  230.  
  231.                               |Copyright|
  232.                                ---------
  233.                                                                              .
  234. Eliminate, (c) Copyright 1990-92 by Ted Freeman, is being  distributed as
  235. Shareware.  Under this concept you may use the  SHAREWARE (unregistered)
  236. version for a reasonable period of  time for evaluation  after which you
  237. must either register your copy or discontinue  usage.
  238.  
  239.                               |Warranty|
  240.                                --------
  241.                                                                              .
  242. This product is provided as is without warranty of any kind.  The entire
  243. risk as to the results and performance of the program is assumed by you.
  244. Futhermore, the  author does not warrant, guarantee, or  make any  other
  245. representations regarding the use of,  or the  results of the use of the
  246. program,  and you rely on the  program and  results  solely at  your own
  247. risk.  The author  cannot and will not accept  responsibility for system
  248. damage, loss of profit or any other special, consequential or incidental 
  249. damages  resulting  from  the use of or inability to  use this  product.
  250.  
  251.